home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / themes / Gentoo / gtk / gtkrc
Text File  |  2005-10-18  |  627b  |  40 lines

  1. style "default"
  2.  
  3. {
  4.  font = "-*-lucida-medium-r-normal-*-*-100-*-*-*-*-*-*"
  5. }
  6.  
  7. style "button" = "default"
  8.  
  9.  bg[PRELIGHT] = { 0.7, 0.7, 0.9 }
  10. }
  11.  
  12. style "treeitem"
  13. {
  14. bg[ACTIVE] = { 0.7, 0.7, 0.9 }
  15. }
  16.  
  17. style "scrollbar" = "button" 
  18. {
  19.  bg[ACTIVE] = {0.6, 0.6, 0.6 }
  20. }
  21.  
  22. style "status" {
  23.  bg[PRELIGHT] = { 0.3, 1.0, 0.3 }
  24. }
  25.  
  26. style "gtk-tooltips" {
  27.  bg[NORMAL] = "#ffff60"
  28. }
  29.  
  30. class "GtkWidget" style "default" 
  31. class "GtkButton" style "button"
  32. class "GtkItem" style "button"
  33. class "GtkProgressBar" style "status"
  34. class "GtkScrollbar" style "scrollbar"
  35. class "GtkTreeItem" style "treeitem"
  36. widget "gtk-tooltips" style "gtk-tooltips"
  37.  
  38.  
  39.